projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d8818
)
doc: ARM: Use the right function name
author
Michal Simek
<
[email protected]
>
Wed, 14 Jan 2015 14:36:34 +0000
(15:36 +0100)
committer
Tom Rini
<
[email protected]
>
Wed, 14 Jan 2015 16:37:39 +0000
(11:37 -0500)
Trivial fix.
Signed-off-by: Michal Simek <
[email protected]
>
doc/README.arm-caches
patch
|
blob
|
history
diff --git
a/doc/README.arm-caches
b/doc/README.arm-caches
index f6a52e3e386cdb0df06daf695a975ee6c8f5f9df..dbb6190b95c06ffcdc8c126cc0f361a8e1b717c6 100644
(file)
--- a/
doc/README.arm-caches
+++ b/
doc/README.arm-caches
@@
-47,7
+47,7
@@
Cleanup Before Linux:
- cleanup_before_linux() should flush the D-cache, invalidate I-cache, and
disable MMU and caches.
- The following sequence is advisable while disabling d-cache:
- 1. d
isable_dcach
e() - flushes and disables d-cache
+ 1. d
cache_disabl
e() - flushes and disables d-cache
2. invalidate_dcache_all() - invalid any entry that came to the cache
in the short period after the cache was flushed but before the
cache got disabled.